configure: Use AC_PROG_LIBTOOL
authorColin Walters <walters@verbum.org>
Wed, 26 Oct 2011 17:52:42 +0000 (13:52 -0400)
committerColin Walters <walters@verbum.org>
Wed, 26 Oct 2011 17:52:42 +0000 (13:52 -0400)
This apparently helps autoreconf know we're using libtool.

configure.ac

index c1e5eb5362af11ad1d8f172d9a639de83a3c7722..c487ff1ac1af2253a58c79067df953233129e02b 100644 (file)
@@ -25,6 +25,7 @@ fi
 changequote([,])dnl
 
 # Initialize libtool
+AC_PROG_LIBTOOL
 LT_PREREQ([2.2])
 LT_INIT